home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat2 / driver.2 < prev    next >
Text File  |  1999-09-16  |  891b  |  67 lines

  1.  
  2.  
  3.  
  4. driver(2)                      Scilab Function                      driver(2)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   driver - select a driver for plotting
  13.  
  14. CALLING SEQUENCE
  15.   driver(driver_name)
  16.   curent_driver=driver()
  17.  
  18. PARAMETERS
  19.  
  20.   driver_name    : string (driver to be selected).
  21.  
  22. DESCRIPTION
  23.   This function is used to select a graphic driver, or with no arguments to
  24.   get the current driver name.  Most of the time, a user can ignore this
  25.   function and change its driver by calling high level functions such as
  26.   xbasc or xbasimp.  The selected driver can be one of the following :
  27.  
  28.   "X11"     : an X Window driver.
  29.  
  30.   "Pos"     : a Postscript driver.
  31.  
  32.   "Rec"     : an X Window driver (X11) which also records all the graphic
  33.             commands. this is the default driver.
  34.  
  35.   "Fig"     : an XFig driver ( not fully released )
  36.  
  37. SEE ALSO
  38.   xtape,xbasc,xbasimp
  39.  
  40. AUTHOR
  41.   J.Ph.C.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.